home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net - The Best of 1999/2000
/
netCD Special01.iso
/
pc
/
Software
/
Dreamweaver
/
dreamw.exe
/
data1.cab
/
App_Files
/
Configuration
/
Objects
/
Common
/
Image.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
1999-12-09
|
388 b
|
12 lines
// Copyright 1999 Macromedia, Inc. All rights reserved.
//--------------- API FUNCTIONS ---------------
function objectTag() {
var bDialogState = dw.getShowDialogsOnInsert(); // Was dialog shown?
var newURL = dw.doURLEncoding(browseForFileURL("select", "", true));
if ((newURL == '') && bDialogState) { return ''; }
return '<img src="' + newURL + '">';
}